feat: integrate security one-pager into website#5234
Merged
mrubens merged 4 commits intoRooCodeInc:mainfrom Jul 2, 2025
Merged
feat: integrate security one-pager into website#5234mrubens merged 4 commits intoRooCodeInc:mainfrom
mrubens merged 4 commits intoRooCodeInc:mainfrom
Conversation
- Add comprehensive /security page with all security content - Update navigation to include Security link in main nav and footer - Add security hook section to enterprise page - Fix inappropriate contact section (remove fake security team/phone) - Correct inaccurate 'zero-trust architecture' claims to 'security-first architecture' - Use realistic contact information (support@roocode.com) - Maintain all genuine security features while improving accuracy
Member
|
Thank you! @hannesrudolph please take a look when you have time! |
mrubens
approved these changes
Jul 2, 2025
hannesrudolph
pushed a commit
that referenced
this pull request
Jul 3, 2025
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
utarn
pushed a commit
to modelharbor/ModelHarbor-Agent
that referenced
this pull request
Jul 4, 2025
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛡️ Integrate Security One-Pager into Website
Summary
This PR integrates the Roo Code Security One-pager into the website as a comprehensive
/securitypage with full navigation integration and accurate security messaging.🎯 What's Changed
✅ New Security Page (
/security)✅ Navigation Integration
🔧 Files Changed
New Files
apps/web-roo-code/src/app/security/page.tsx- Main security page componentdocs/security-integration-plan.md- Integration planning documentdocs/security-architecture-analysis.md- Security claims analysisModified Files
apps/web-roo-code/src/components/chromes/nav-bar.tsx- Added security link to navigationapps/web-roo-code/src/components/chromes/footer.tsx- Added security link to footerapps/web-roo-code/src/app/enterprise/page.tsx- Added security hook sectionapps/web-roo-code/src/lib/constants.ts- Added security page constantImportant
Integrates a new
/securitypage into the website with navigation updates and related documentation./securitypage added with comprehensive security content as React components inpage.tsx.nav-bar.tsxandfooter.tsx.enterprise/page.tsxwith a link to the security page.page.tsx: Main component for the security page.nav-bar.tsx,footer.tsx: Updated to include security link.constants.ts: AddedSECURITYtoINTERNAL_LINKS.security-integration-plan.mdandsecurity-architecture-analysis.mdfor documentation.This description was created by
for b410730. You can customize this summary. It will automatically update as commits are pushed.